home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / mac / media / dirs / BackUp / Test.dir / 00012_Script_movie jump code < prev    next >
Text File  |  2002-10-15  |  178b  |  6 lines

  1. on mousedown me
  2.   global testobj,ctrlobj
  3.   if testobj.test="pre" then ctrlobj.goto("MainMenu",Void,Void)
  4.   if testobj.test="post" then ctrlobj.goto("Credits",Void,Void)
  5. end
  6.